home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / term / trms20e.lha / ScriptFiles.lha / fastcolors.scp < prev    next >
Text File  |  1995-01-28  |  2KB  |  23 lines

  1. /* $VER: Terminus 2.0 - fastcolors.scp (29.06.93) */
  2.  
  3. /*
  4. **    The 2.x release of AmigaDOS uses a different color scheme to acheive
  5. ** the 3-D visual effect.  Unfortunately, to do this you need to use colors
  6. ** that can slow down the scroll rate of Terminus a good bit.  The following
  7. ** palette definitions are used under 1.3 (and 2.x without an ECS Denise) and
  8. ** use a color scheme, while not giving the 3-D visual effect, give you faster
  9. ** scroll rates.
  10. */
  11.  
  12.    SETCOLOR2              =  1 0 1 1 1 1 0 3 0 1 1 0 1 1 0 1 1 0 0 1 0 1 0 1 0 1 000 BBB
  13.    SETCOLOR4              =  3 2 1 2 1 2 0 3 0 2 3 0 2 3 0 2 1 2 0 2 1 3 0 2 1 3 000 BBB 0AA A00
  14.    SETCOLOR8              =  3 1 1 2 1 2 0 3 0 2 3 0 2 3 0 2 1 2 0 3 4 7 6 5 2 1 000 BBB 0AA A00 0A0 A0A 00A A60
  15.    SETCOLOR16             =  3 1 1 2 1 2 0 3 0 2 3 0 2 3 0 2 1 2 0 3 4 7 6 5 2 1 000 BBB 0AA A00 0A0 A0A 00A A60 666 FFF 0FF F00 0F0 F0F 00F FF0
  16.    SETCUSTOM2             =  1 0 1 1 1 1 0 3 0 1 1 0 1 1 0 1 1 0 1 0 1 0 1 0 1 0 000 078
  17.    SETCUSTOM4             =  1 0 2 1 1 1 0 3 0 1 3 0 1 3 0 1 1 2 0 1 3 2 0 1 3 2 000 078 999 E90
  18.    SETCUSTOM8             =  3 1 2 1 2 1 0 3 0 1 3 0 1 3 0 1 1 2 0 1 7 5 4 3 6 2 000 078 999 E90 C6A 090 045 A00
  19.    SETMONO2               =  1 0 1 1 1 1 0 3 0 1 1 0 1 3 0 1 1 0 0 1 0 1 0 1 0 1 000 BBB
  20.    SETMONO4               =  3 2 1 2 1 1 0 3 2 1 3 2 1 3 1 2 1 2 1 0 3 2 1 0 3 2 000 BBB 666 FFF
  21.    SETMONO8               =  1 2 3 2 1 1 0 3 2 1 3 2 1 3 1 2 1 2 0 1 2 3 4 5 6 7 000 BBB 666 FFF 000 BBB 666 FFF
  22.    END
  23.